home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / part1.mmm / 00433_Script_433 < prev    next >
Text File  |  1995-03-01  |  294b  |  14 lines

  1. global currGlass
  2.  
  3. if currGlass = 1 then
  4.   set the visibility of sprite 16 to TRUE
  5.   set the visibility of sprite 17 to FALSE
  6.   set currGlass = 2
  7. else
  8.   set the visibility of sprite 16 to FALSE
  9.   set the visibility of sprite 17 to TRUE
  10.   set currGlass = 1
  11. end if
  12.  
  13. loopLastNoMovie()
  14.